home *** CD-ROM | disk | FTP | other *** search
- Path: netnews1.apci.com!usenet
- From: wardmw@apci.com (Martin Ward)
- Newsgroups: comp.lang.c
- Subject: Re: Something to play with.
- Date: Fri, 09 Feb 1996 08:45:44 GMT
- Organization: Air Products Europe
- Message-ID: <4ff1s6$s29@netnews1.apci.com>
- References: <4eist1$9fk@airdmhor.gen.nz>
- Reply-To: wardmw@apci.com
- NNTP-Posting-Host: p1862.apci.com
- X-Newsreader: Forte Free Agent 1.0.82
-
- > If anyone gets any kind of warning or error comiling this or anything it
- >generates, please let me know.
-
- When I tried to compile it in MSVC 1.5 as a DOS .COM or .EXE program, the
- following was returned:
-
- Compiling...
- c:\temp\fun.c
- c:\temp\fun.c(40) : error C2026: string too big, trailing characters truncated
- c:\temp\fun.c(41) : error C2026: string too big, trailing characters truncated
- c:\temp\fun.c(42) : error C2026: string too big, trailing characters truncated
- c:\temp\fun.c(43) : error C2026: string too big, trailing characters truncated
- c:\temp\fun.c(44) : error C2026: string too big, trailing characters truncated
- c:\temp\fun.c(45) : error C2026: string too big, trailing characters truncated
- c:\temp\fun.c(46) : error C2026: string too big, trailing characters truncated
- c:\temp\fun.c(47) : error C2026: string too big, trailing characters truncated
- c:\temp\fun.c(48) : error C2026: string too big, trailing characters truncated
- c:\temp\fun.c(49) : error C2026: string too big, trailing characters truncated
- c:\temp\fun.c(50) : error C2026: string too big, trailing characters truncated
- c:\temp\fun.c(51) : error C2026: string too big, trailing characters truncated
- c:\temp\fun.c(52) : error C2026: string too big, trailing characters truncated
- c:\temp\fun.c(53) : error C2026: string too big, trailing characters truncated
- c:\temp\fun.c(54) : error C2026: string too big, trailing characters truncated
- c:\temp\fun.c(55) : error C2026: string too big, trailing characters truncated
- c:\temp\fun.c(57) : warning C4135: conversion between different integral types
- c:\temp\fun.c(58) : warning C4135: conversion between different integral types
- c:\temp\fun.c(58) : warning C4135: conversion between different integral types
- c:\temp\fun.c(58) : warning C4135: conversion between different integral types
- CL returned error code 2.
- FUN.EXE - 16 error(s), 4 warning(s)
-
-
- |\/|
-
-